Docs.rs
vsprintf-2.0.0
vsprintf 2.0.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
dylanmckay
Dependencies
libc ^0.2
normal
cc ^1.0
build
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
vsprintf
2.0.0
All Items
Crate Items
Functions
Type Aliases
Crate
vsprintf
Copy item path
Source
Expand description
Convert C format strings to Rust.
Functions
§
vsprintf
⚠
Prints a format string into a Rust string.
vsprintf_
raw
⚠
Prints a format string into a list of raw bytes that form a null-terminated C string.
Type Aliases
§
Result
The result of a vsprintf call.